}
public int count() throws XQException {
return sequence().size;
}
public boolean first() throws XQException {
}
public int count() throws XQException {
return sequence().size();
}
public boolean first() throws XQException {